home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 73
/
PCMania CD73_1.iso
/
pcmania
/
render73
/
Foro
/
NACHO
/
COMIENZO
/
COMIENZO.INC
next >
Wrap
Text File
|
1998-04-15
|
2KB
|
105 lines
#declare Chrome_Textur1 = texture {
pigment {
color rgb<0.659, 0.659, 0.659>
}
finish {
diffuse 0.700
ambient 0.300
specular 0.700
roughness 0.1000
brilliance 1.000
}
}
#declare otra_vez_blanco = texture {
pigment {
checker
color rgb<0.000, 0.000, 0.000>
color rgb<1.000, 1.000, 1.000>
scale <0.7500, 0.7500, 0.7500>
}
finish {
diffuse 0.500
ambient 0.300
phong 1.000
phong_size 90.200
specular 0.250
roughness 0.0100
}
}
#declare suelo = texture {
pigment {
color rgb<0.000, 1.000, 0.000>
}
normal {
ripples 7.3000
turbulence 0.500
omega 3.000
lambda 0.700
}
finish {
diffuse 0.400
ambient 0.330
specular 0.100
roughness 0.1000
}
}
#declare Halo = texture {
pigment { colour rgbt 1 }
halo {
emitting
spherical_mapping
linear
turbulence 1.5
colour_map {
[ 0.0 color rgbt <1, 0, 0, 1.0> ]
[ 0.5 color rgbt <1, 1, 0,-1.0> ]
[ 1.0 color rgbt <1, 0, 0, 1.0> ]
}
frequency 2
samples 30
scale 0.5
}
}
#declare Halo2 = texture {
pigment { colour rgbt 1 }
halo {
emitting
spherical_mapping
linear
turbulence 2.5
colour_map {
[ 0.0 color rgbt <0.5, 0.5, 0, 1.0> ]
[ 0.5 color rgbt <1, 0, 0,-0.5> ]
[ 1.0 color rgbt <0.5, 0.5, 0, 1.0> ]
}
frequency 2
samples 25
scale 0.5
}
}
#declare White_Marble1 = texture {
pigment {
marble
color_map {
[ 0.000 color rgb<0.900, 0.900, 0.900> ]
[ 0.800 color rgb<0.500, 0.500, 0.500> ]
[ 1.000 color rgb<0.200, 0.200, 0.200> ]
}
turbulence 1.000
}
diffuse 0.8
ambient 0.8
scale 0.1
phong 0.7
phong_size 30.000
}